<script>on mouseUpglobal b1set cursor to watchif b1 is false thenput true into b1else put false into b1lock screenput the short name of the target into Actionget the rectangle of mechoose select tooldrag from (item 1 of it),(item 2 of it)¬to ((item 3 of it-1)),((item 4 of it-1))doMenu Actionchoose browse toolunlock screencheckPictureend mouseUp</script>
</part>
<part>
<id>15</id>
<type>button</type>
<visible> <true /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>155</left>
<top>24</top>
<right>277</right>
<bottom>146</bottom>
</rect>
<style>transparent</style>
<showName> <false /> </showName>
<highlight> <false /> </highlight>
<autoHighlight> <false /> </autoHighlight>
<sharedHighlight> <true /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>center</textAlign>
<font>Chicago</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<name>Flip Horizontal</name>
<script>on mouseUpglobal b2set cursor to watchif b2 is false thenput true into b2else put false into b2lock screenput short name of target into Actionget rectangle of mechoose select tooldrag from (item 1 of it),(item 2 of it)¬to ((item 3 of it-1)),((item 4 of it-1))doMenu Actionchoose browse toolunlock screencheckPictureend mouseUp</script>
</part>
<part>
<id>16</id>
<type>button</type>
<visible> <true /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>32</left>
<top>147</top>
<right>154</right>
<bottom>269</bottom>
</rect>
<style>transparent</style>
<showName> <false /> </showName>
<highlight> <false /> </highlight>
<autoHighlight> <false /> </autoHighlight>
<sharedHighlight> <true /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>center</textAlign>
<font>Chicago</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<name>Flip Horizontal</name>
<script>on mouseUpglobal b3set cursor to watchif b3 is false thenput true into b3else put false into b3lock screenput short name of target into Actionget rectangle of mechoose select tooldrag from (item 1 of it),(item 2 of it)¬to ((item 3 of it-1)),((item 4 of it-1))doMenu Actionchoose browse toolunlock screencheckPictureend mouseUp</script>
</part>
<part>
<id>17</id>
<type>button</type>
<visible> <true /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>155</left>
<top>147</top>
<right>277</right>
<bottom>269</bottom>
</rect>
<style>transparent</style>
<showName> <false /> </showName>
<highlight> <false /> </highlight>
<autoHighlight> <false /> </autoHighlight>
<sharedHighlight> <true /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>center</textAlign>
<font>Chicago</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<name>Flip Vertical</name>
<script>on mouseUpglobal b4set cursor to watchif b4 is false thenput true into b4else put false into b4lock screenput short name of target into Actionget rectangle of mechoose select tooldrag from (item 1 of it),(item 2 of it)¬to ((item 3 of it-1)),((item 4 of it-1))doMenu Actionchoose browse toolunlock screencheckPictureend mouseUp</script>
</part>
<name></name>
<script>on openCardglobal b1,b2,b3,b4set cantModify of this stack to trueput false into b1put false into b2put false into b3put false into b4pass openCardend openCardon checkPictureglobal b1,b2,b3,b4,isVoiceif b1 and b2 then if b3 and b4 thenif isVoice is true then play "that's right"show cd fld "right answer"wait 2 secondshide cd fld "right answer"wait 1 secondsend ifend checkPicture</script>